home *** CD-ROM | disk | FTP | other *** search
/ Network CD 2 / Network CD - Volume 2.iso / programs / internet / tcp / mail / amitcp_ups10.lha / sys.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-10-10  |  250 b   |  23 lines

  1.  
  2. #ifdef amigados
  3. #include <s_socket.h>
  4.  
  5. #include <stdlib.h>
  6. #include <string.h>
  7.  
  8. #include <dos.h>
  9.  
  10. typedef struct 
  11. {
  12.     int dummy;
  13. } DBM;
  14. typedef struct 
  15. {
  16.     int dummy;
  17. } datum;
  18.  
  19. #define UPSDIR "ups-spool:"
  20. #define SENDMAIL "ups-sendmail"
  21. #endif
  22.  
  23.